home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- ******************************************************************************
- * Extra functions from external, public domain, sources. *
- *****************************************************************************/
-
- #ifndef EXTRA_FN_H
- #define EXTRA_FN_H
-
- #if defined(__cplusplus) || defined(c_plusplus)
- extern "C" {
- #endif
-
- void SvdLeastSqr(RealType *A, RealType *x, RealType *b, int NData, int Nx);
- void BzrCrvInterp(RealType *Result, RealType *Input, int Size);
-
- #if defined(__cplusplus) || defined(c_plusplus)
- }
- #endif
-
- #endif /* EXTRA_FN_H */
-